From: Richard M. Stallman Date: Thu, 27 May 1993 04:45:55 +0000 (+0000) Subject: (cl-member): Renamed from member. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95892 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4455c148a4d5f7806d64fdc979a92b0ba25f9337;p=emacs.git (cl-member): Renamed from member. --- diff --git a/lisp/cl.el b/lisp/cl.el index 2d2179b78bc..0e648633a52 100644 --- a/lisp/cl.el +++ b/lisp/cl.el @@ -1417,7 +1417,7 @@ returned." ;;;; Both list and sequence functions are considered here together. This ;;;; doesn't fit any more with the original split of functions in files. -(defun member (item list &rest kargs) +(defun cl-member (item list &rest kargs) "Look for ITEM in LIST; return first tail of LIST the car of whose first cons cell tests the same as ITEM. Admits arguments :key, :test, and :test-not."